C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonReader Class / ReadValue Method / ReadValue<T>() Method
The object type

In This Topic
ReadValue<T>() Method
In This Topic
Deserialize the text into an instance of the specified type which T stands.
Syntax
'Declaration
 
Public Overloads Function ReadValue(Of T)() As T
 

Type Parameters

T
The object type

Return Value

An instance of T
See Also